-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix dead link to coverage CLI option #9905
Conversation
@@ -376,7 +376,7 @@ class Index extends React.Component { | |||
content: ( | |||
<translate> | |||
Generate code coverage by adding the flag | |||
[`--coverage`](https://jestjs.io/docs/en/cli.html#coverage). | |||
[`--coverage`](https://jestjs.io/docs/en/cli.html#--coverageboolean). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be relative? Doesn't really matter I guess
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Codecov Report
@@ Coverage Diff @@
## master #9905 +/- ##
=======================================
Coverage 64.50% 64.50%
=======================================
Files 291 291
Lines 12389 12389
Branches 3061 3061
=======================================
Hits 7992 7992
Misses 3752 3752
Partials 645 645 Continue to review full report at Codecov.
|
…pshots * runtime-require-resolve-outside: lint review improvements implement require.resolve option outsideJestVm for internal modules only basic jest-runtime require.resolve test Fix dead link to coverage CLI option (jestjs#9905) chore: remove dated node 6 reference from docs (jestjs#9895) Use the new serializer plugin API in example (jestjs#9847) chore: remove unused catch clauses (jestjs#9893)
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Fix dead link to coverage CLI option in website landing page (https://jestjs.io/)